home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / vpe_130 / delphi / vpedemo / unit3.dfm / unit3.txt
Text File  |  1996-09-15  |  3KB  |  154 lines

  1. object AboutBox: TAboutBox
  2.   Left = 146
  3.   Top = 114
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 213
  8.   ClientWidth = 440
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 425
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProductName: TLabel
  26.       Left = 144
  27.       Top = 8
  28.       Width = 136
  29.       Height = 13
  30.       Caption = 'The Virtual Print Engine'
  31.       Font.Color = clBlack
  32.       Font.Height = -11
  33.       Font.Name = 'MS Sans Serif'
  34.       Font.Style = [fsBold]
  35.       ParentFont = False
  36.       IsControl = True
  37.     end
  38.     object Version: TLabel
  39.       Left = 180
  40.       Top = 28
  41.       Width = 63
  42.       Height = 13
  43.       Caption = 'Version x.x'
  44.       Font.Color = clBlack
  45.       Font.Height = -11
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = [fsBold]
  48.       ParentFont = False
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 89
  53.       Top = 48
  54.       Width = 247
  55.       Height = 13
  56.       Caption = 'Copyright ∩┐╜ 1995, 1996 by IDEAL Software'
  57.       Font.Color = clBlack
  58.       Font.Height = -11
  59.       Font.Name = 'MS Sans Serif'
  60.       Font.Style = [fsBold]
  61.       ParentFont = False
  62.       IsControl = True
  63.     end
  64.     object Label1: TLabel
  65.       Left = 16
  66.       Top = 92
  67.       Width = 54
  68.       Height = 13
  69.       Caption = 'T. Radde'
  70.       Font.Color = clWindowText
  71.       Font.Height = -11
  72.       Font.Name = 'MS Sans Serif'
  73.       Font.Style = [fsBold]
  74.       ParentFont = False
  75.     end
  76.     object Label2: TLabel
  77.       Left = 16
  78.       Top = 108
  79.       Width = 106
  80.       Height = 13
  81.       Caption = 'Grefrather Weg 96'
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object Label3: TLabel
  89.       Left = 16
  90.       Top = 124
  91.       Width = 75
  92.       Height = 13
  93.       Caption = '41464 Neuss'
  94.       Font.Color = clWindowText
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = [fsBold]
  98.       ParentFont = False
  99.     end
  100.     object Label4: TLabel
  101.       Left = 16
  102.       Top = 140
  103.       Width = 50
  104.       Height = 13
  105.       Caption = 'Germany'
  106.       Font.Color = clWindowText
  107.       Font.Height = -11
  108.       Font.Name = 'MS Sans Serif'
  109.       Font.Style = [fsBold]
  110.       ParentFont = False
  111.     end
  112.     object Label5: TLabel
  113.       Left = 176
  114.       Top = 92
  115.       Width = 154
  116.       Height = 13
  117.       Caption = 'CompuServe: 100430,3427'
  118.       Font.Color = clBlack
  119.       Font.Height = -11
  120.       Font.Name = 'MS Sans Serif'
  121.       Font.Style = [fsBold]
  122.       ParentFont = False
  123.     end
  124.     object Label6: TLabel
  125.       Left = 176
  126.       Top = 112
  127.       Width = 234
  128.       Height = 13
  129.       Caption = 'Internet: 100430.3427@compuserve.com'
  130.       Font.Color = clBlack
  131.       Font.Height = -11
  132.       Font.Name = 'MS Sans Serif'
  133.       Font.Style = [fsBold]
  134.       ParentFont = False
  135.     end
  136.   end
  137.   object OKButton: TBitBtn
  138.     Left = 181
  139.     Top = 178
  140.     Width = 77
  141.     Height = 27
  142.     Font.Color = clBlack
  143.     Font.Height = -11
  144.     Font.Name = 'MS Sans Serif'
  145.     Font.Style = [fsBold]
  146.     ParentFont = False
  147.     TabOrder = 1
  148.     Kind = bkOK
  149.     Margin = 2
  150.     Spacing = -1
  151.     IsControl = True
  152.   end
  153. end
  154.